git log
#Gitサブコマンド
$ git log --oneline --graph --decorate=full
--oneline
: 1行で表示
--graph
: グラフ表示
--decorate=full
: ブランチ名を表示